* dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 4 Feb 2010 16:25:57 +0000 (17:25 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 4 Feb 2010 16:25:57 +0000 (17:25 +0100)
commit2bdd70f069515035ca3c131ec479ec98e661b676
tree64b224f4c8ef4fa80c1bc9cf8d71afa2a1cdf88e
parentc47398d8dc00302f837d0202fac9cfca5a7afaf9
* dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
`dired-uncache' for every elemnt which is an absolute file name.

* net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
directory, handle its directory component.
(tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
function is called permanently and creates noise, otherwise.

* net/tramp-imap.el (tramp-imap-handle-insert-directory):
* net/tramp-smb.el (tramp-smb-handle-insert-directory):
Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
lisp/ChangeLog
lisp/dired.el
lisp/net/tramp-imap.el
lisp/net/tramp-smb.el
lisp/net/tramp.el